home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / escalant / escala21.lha / escalante2.1 / src / editor / make.src < prev   
Text File  |  1993-07-14  |  281b  |  10 lines

  1. MYDIR = ${ESCALANTE_DIR}/src/editor
  2.  
  3. LIBNAME =     libeditor.o
  4. MYINCLUDE=      -I../../images
  5.  
  6.  
  7. SRCS=     EscalanteView.C  EscalanteCommands.C  Escalante.C   AllEditor.C
  8. HDRS=      EscalanteView.h  EscalanteCommands.h  Escalante.h  
  9. OBJS=    EscalanteView.o  EscalanteCommands.o  Escalante.o 
  10.